Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @react-native-community/slider from 4.2.4 to 4.4.3 #7

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 27, 2023

Bumps @react-native-community/slider from 4.2.4 to 4.4.3.

Release notes

Sourced from @​react-native-community/slider's releases.

v4.4.3: Bugfixes and improvements

This release brings couple of fixes:

  • Upper/lower limits not working (#469) PR #525
  • Invariant Violation: [4113,"RNCSlider",{"value":""}] is not usable as a native method argument (#345) PR #513

as well as some "under-the-hood" improvements:

  • Update the compatibility table in README (#516)
  • bump windows min (#508) By @​TatianaKapos
  • Comment thumbThintColor about conflicts with thumbImage regarding fixing #346

v4.4.2: Bugfixes

This release brings fixes to and solutions to following issues:

  • Changes in value trigger onSlidingComplete callback for Android (#487) PR #489
  • Missing TS support resulting in: JSX element class does not support attributes because it does not have a 'props' property. (#488) PR #486 by @​alpha0010
  • ThumbImage work in Android but not in iOS (#346)

v4.4.1: Bugfixes

This release introduces fixes to the following issues and defects:

  • Slider doesn't work in a horizontal scrolling container on web (e.g. tab view) PR #472 by @​motiz88
  • mutating minimumValue and/or maxiumumValue failed to update UI PR #465 by @​jspizziri
  • onValueChanges is called on programmatic value changes on Android

v4.4.0: Sliding limit feature and revived Web support

I'm super happy to release the Slider with v4.4.0 which brings you two significant improvements:

  • Sliding limit feature - authored by @​alfonsocj in #432. This feature introduces two new properties: lowerLimit and upperLimit. These new props will prevent user from sliding below or above their values. This pull request also added the example cases of how to use these new props, so definitely check this PR for more details. Also thanks to @​erikaannesmith for pushing this topic forward at some point.
  • Revived Web support - authored by @​jspizziri in #462. This implementation actually brings back the Web support of Slider, but also introduces the missing thumbImage support to the web implementation. This pull request also introduced the example-web/ which shows the state of web platform support of Slider. There were also several defects fixed within this one PR, and actually too many for me to list them here, so please spent a minute checking out this work.

I would like to say huge THANK YOU to @​alfonsocj, @​jspizziri and @​erikaannesmith for their contribution to the Slider. 💪


As always, this release brings few internal chore improvements, so in case of any issues please do not hesitate to reach out to Issues section, or create a new issue in case of encountering anything new.

v4.3.3: Quality of Live improvements and bugfixes

This release brings some fixes and improvements to the Slider, including:

  • fix(#249): regarding issue introduced in IOS 14 UISlider needs to force the layout (#450) @​MateWW
  • Replace dispatchModern() calls with getEventData() (#444) @​notjosh

... (truncated)

Commits
  • 7c1e36c Release: version 4.4.3 (#535)
  • b1a7213 chore(deps): bump @​opentelemetry/instrumentation and @​azure/opentelemetry-ins...
  • 981f89f chore(deps): bump import-in-the-middle and @​azure/opentelemetry-instrumentati...
  • 76f97eb Prevent from tapping beyond or outside of limits (#525)
  • 37a4bdf Update package lockfiles for Example apps
  • 28b297e chore(deps): bump semver from 6.3.0 to 6.3.1 in /example-web (#524)
  • 45627e8 chore(deps): bump semver from 5.7.1 to 5.7.2 in /example (#523)
  • 239b970 chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 in /example-web (#522)
  • 81c2b7f chore(deps): bump tough-cookie from 4.1.2 to 4.1.3 in /example (#521)
  • e5961e6 Update the compatibility table in README (#516)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@react-native-community/slider](https://github.com/callstack/react-native-slider) from 4.2.4 to 4.4.3.
- [Release notes](https://github.com/callstack/react-native-slider/releases)
- [Commits](callstack/react-native-slider@v4.2.4...v4.4.3)

---
updated-dependencies:
- dependency-name: "@react-native-community/slider"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2023
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for youtunemusic failed.

Name Link
🔨 Latest commit 94ff9f6
🔍 Latest deploy log https://app.netlify.com/sites/youtunemusic/deploys/6513c7a00e0b77000878fea3

@owencz1998 owencz1998 merged commit 9430e62 into main Sep 27, 2023
0 of 4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/react-native-community/slider-4.4.3 branch September 27, 2023 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant